﻿@charset "utf-8";
/* CSS Document */
.banner_img {
	width: 1000px;
	height: 293px;
	margin: 0 auto;
}

.banner_rel {
	display: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top:-5px;
	background: #65686d;
	color: #ffffff;
	text-align: center;
	font-weight:lighter;
	font-size: 14px;
	font-family: '微软雅黑';
}

.swiper-button-next {
	right: 30px;
    left: auto;
	content:"";
    margin-top:-30px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.swiper-button-prev {
	left: 20px;
    right: auto;
	content:"";
    margin-top:-30px;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .swiper-button-next {
        display: none;
    }

    .swiper-button-prev {
        display: none;
    }
    
	.banner_img {
		width: 100%;
		height: 100%;
	}
  
	.main {
	  width: 100%;
	}
  }
